Overload | Description |
---|---|
ComparingByMembers<T>() | Marks the T as a type that should be compared by its members even though it may override the System.Object.Equals(System.Object) method. |
ComparingByMembers(Type) | Marks type as a type that should be compared by its members even though it may override the System.Object.Equals(System.Object) method. |